Learn R Programming

sdcTarget (version 0.9-11)

[,sdcHashClass-method: Get a Hash List Subset

Description

Returns a subset of a sdcHashClass object.

Usage

## S3 method for class 'sdcHashClass':
[(x, i)

Arguments

x
An sdcHashClass object.
i
An index of the hash.

Details

Does what it says on the package.

See Also

sdcHashClass,

Examples

Run this code
my.X <- data.frame(matrix(ifelse(runif(5000)>.5, TRUE, FALSE), ncol = 50))
my.hc <- new("sdcHashClass", X = my.X)
my.hc[2:3]

Run the code above in your browser using DataLab